github.com/jackc/pgx/v5/pgproto3.invalidMessageFormatErr.details (field)
6 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
authentication_sasl.go#L41: return &invalidMessageFormatErr{messageType: "AuthenticationSASL", details: "unterminated string"}
command_complete.go#L20: return &invalidMessageFormatErr{messageType: "CommandComplete", details: "unterminated string"}
command_complete.go#L23: return &invalidMessageFormatErr{messageType: "CommandComplete", details: "string terminated too early"}
notification_response.go#L26: return &invalidMessageFormatErr{messageType: "NotificationResponse", details: "too short"}
pgproto3.go#L55: details string
pgproto3.go#L59: return fmt.Sprintf("%s body is invalid %s", e.messageType, e.details)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)